type context.stringer

3 uses

	context (current package)
		context.go#L380: type stringer interface {
		context.go#L385: 	if s, ok := c.(stringer); ok {
		context.go#L548: 	case stringer: